home *** CD-ROM | disk | FTP | other *** search
- object frmAddCode: TfrmAddCode
- Left = 193
- Top = 185
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Add code '
- ClientHeight = 123
- ClientWidth = 352
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object imgMain: TImage
- Left = 0
- Top = 0
- Width = 352
- Height = 123
- Align = alClient
- Picture.Data = {<image000.TMetafile>}
- end
- object lblNothing1: TLabel
- Left = 8
- Top = 48
- Width = 24
- Height = 13
- Caption = 'Title:'
- Transparent = True
- end
- object lblNothing2: TLabel
- Left = 80
- Top = 8
- Width = 159
- Height = 16
- Alignment = taCenter
- Caption = 'Add a new piece of code'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object edtTitle: TEdit97
- Left = 40
- Top = 45
- Width = 305
- Height = 19
- TabOrder = 0
- Text = 'Untitled'
- end
- object btnOK: TButton
- Left = 192
- Top = 96
- Width = 73
- Height = 23
- Caption = '&OK'
- Default = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 272
- Top = 96
- Width = 73
- Height = 23
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-